@charset "utf-8";
.footer{
    background: url(../images/footer_bj.jpg) center no-repeat;
    height: 136px;
    margin-top: 30px;
}
.footer_padding{
    padding: 20px 40px 0;
    height: 116px;
    overflow: hidden;
}
.footer_a{
    float: left;
}
.footer_a a{
    display: block;
    font-size: 20px;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.footer_a a:hover{
    text-decoration: underline;
}
.footer dl{
    float: left;
    color: #fff;
    margin-left: 85px;
}
.footer dl dt{
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}
.footer dl dd{
    font-size: 24px;
    font-weight: bold;
}

.footer_icp{
    color: #535353;
    margin: 10px 30px;
}